Leadtools.Dicom Namespace > DicomNet Class > SetIsclAuthenticationData Method : SetIsclAuthenticationData(Byte[],Int32) Method |
'Declaration Public Overloads Sub SetIsclAuthenticationData( _ ByVal buffer() As Byte, _ ByVal length As Integer _ )
'Usage Dim instance As DicomNet Dim buffer() As Byte Dim length As Integer instance.SetIsclAuthenticationData(buffer, length)
public: void SetIsclAuthenticationData( array<byte>^ buffer, int length )
The authentication data is data exchanged in plain text. After the mutual authentication process, the communication entities can verify the authentication data of the other entity (client or server) and, if the authentication data is wrong, can close the connection.
DicomNet Class
DicomNet Members
Overload List
SetIsclAuthenticationData(IntPtr,Int32) Method
SetIsclDefaultSigningMode Method
SetIsclDefaultEncryptionMode Method
SetIsclMaxCommunicationBlockLength Method
SetIsclMaxMessageLength Method
SetIsclMutualAuthenticationAlgorithm Method
SetIsclMutualAuthenticationKey Method
SetIsclIndexForMutualAuthentication Method
SetIsclEncryptionKey Method
SetIsclEncryptionKeyIndex Method